home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / mint / l_1599 / 1345 < prev    next >
Encoding:
Internet Message Format  |  1994-08-27  |  1.1 KB

  1. Subject: SCSI Driver
  2. Date: Wed, 27 Apr 94 14:26:29 CDT
  3. From: ekl@sdf.lonestar.org
  4.  
  5.  
  6. =================================================
  7. A few years ago, I wrote a hard disk driver of my own, called CBHD.
  8. It has been published as part of a book that I wrote ("Scheibenkleister"),
  9. together with other hard disk maintenance software. At the time,
  10. the book and the driver were very successful in Germany.
  11. =================================================
  12.  
  13. I'm in favor of this.  Also, we can steal the Linux SCSI driver and some
  14. of its other things and hack them up (not steal the code - learn from their
  15. code).  I am not in favor of 64 bit block numbers though.  Most file systems
  16. are only 16 bit (tosfs and the original minix file system, although I can't
  17. be sure of MiNT's minixfs or any V2 system) and are limited to 32 or 64MB.
  18. 64 bit would be ... well ... more than enough.   32 bit is a limit of 4GB
  19. per device.  While I'm sure there are 4GB device around, I think we can
  20. wait to implement that.   Consider that a 68K can't work with 64 bit numbers.
  21. Efficiency would be a problem I think!!
  22.  
  23.  
  24.